test_runner: add classname hierarchy for JUnit reporter - #60220
Conversation
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60220 +/- ##
========================================
Coverage 90.13% 90.14%
========================================
Files 741 743 +2
Lines 242246 242429 +183
Branches 45628 45664 +36
========================================
+ Hits 218350 218538 +188
+ Misses 15397 15392 -5
Partials 8499 8499
🚀 New features to boost your workflow:
|
f738875 to
5e2a5d3
Compare
|
Hello @MoLow @pmarchini Could you take a look? Thank you. |
5e2a5d3 to
175d312
Compare
|
Hello @MoLow Could you take a look? Thank you. |
175d312 to
e245584
Compare
|
@mag123c, please avoid pushing new commits if unnececary as it requires an entire CI cycle every time |
Failed to start CI- Validating Jenkins credentials ✔ Jenkins credentials valid - Querying data for job/node-test-pull-request/71009/ [SyntaxError: Unexpected token '<', ..." https://github.com/nodejs/node/actions/runs/24002251583 |
Failed to start CI- Validating Jenkins credentials ✔ Jenkins credentials valid - Querying data for job/node-test-pull-request/71009/ [SyntaxError: Unexpected token '<', ..." https://github.com/nodejs/node/actions/runs/24002689464 |
|
@mag123c Please rebase |
e245584 to
ddab7fe
Compare
|
Rebased onto main, thanks @avivkeller. |
|
Can you amend your first commit, it must have a "Signed-off-by" trailer. |
Signed-off-by: mag123c <diehreo@gmail.com>
ddab7fe to
b8c6928
Compare
|
Done, added the sign-off. Thanks @avivkeller! |
This comment was marked as outdated.
This comment was marked as outdated.
|
Hi everyone! As the author of the original issue (#59417), I just wanted to say thank you to @mag123c and all the reviewers for working on this. Since it has all the necessary approvals and the CI has run, is there anything else needed to get this merged? @avivkeller @atlowChemi |
|
Landed in e2cb91d |
Fixes: #59417
Implements classname hierarchy for the JUnit XML reporter.
Previously, all tests had
classname="test".Now the classname reflects the suite hierarchy (e.g.,
classname="Math.Addition"for nested suites).